projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5854eb
)
tegra20: common: fix USB_EHCI_TXFIFO_THRESH value
author
Peter Robinson
<
[email protected]
>
Sun, 16 Sep 2018 17:22:58 +0000
(18:22 +0100)
committer
Tom Warren
<
[email protected]
>
Wed, 20 Feb 2019 16:01:43 +0000
(09:01 -0700)
All other Tegra devices that define USB_EHCI_TXFIFO_THRESH use hex
representation, fix tegra20 to be the same format.
Signed-off-by: Peter Robinson <
[email protected]
>
Cc: Tom Warren <
[email protected]
>
Cc: Stephen Warren <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
include/configs/tegra20-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra20-common.h
b/include/configs/tegra20-common.h
index 7f0a5292c2e9b6007bd7fa7a82dec5369c044ab8..3551616cd1e5646fccd01458b46a5c7cd96a796d 100644
(file)
--- a/
include/configs/tegra20-common.h
+++ b/
include/configs/tegra20-common.h
@@
-78,7
+78,7
@@
* parameter, the default (2) causes occasional Data Buffer Errors in OUT
* packets depending on the buffer address and size.
*/
-#define CONFIG_USB_EHCI_TXFIFO_THRESH 10
+#define CONFIG_USB_EHCI_TXFIFO_THRESH
0x
10
#define CONFIG_EHCI_IS_TDI
#define CONFIG_SYS_NAND_SELF_INIT